home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / 2573 / HIGHDEN.BAT < prev    next >
DOS Batch File  |  1980-01-01  |  766b  |  24 lines

  1. echo off
  2. echo ANY DRIVE AND ONE HIGH DENSITY DRIVE
  3. echo This program extracts onto ONE HIGH DENSITY BLANK FORMATTED diskette."
  4. if x%1==x goto noparm
  5. if x%2==x goto noparm
  6. echo Make sure ORIGINAL is in drive %1 and a blank formatted disk is in drive %2
  7. pause
  8. %1lharc e diska.lzh %2
  9. mkdir %2\last2
  10. %1lharc e diskb.lzh %2 computer.cga
  11. %1lharc e diskb.lzh %2 table.cga
  12. %1lharc e diskb.lzh %2 quest.cga
  13. %1lharc e diskb.lzh %2\last2\ title.cga
  14. %1lharc e diskb.lzh %2\last2\ room*.cga
  15. %1lharc e diskc.lzh %2 instruct.doc
  16. %1lharc e diskc.lzh %2\last2\
  17. echo Take out the disk in drive %2 and label it "DISK A/B/C"
  18. goto end1
  19. :noparm
  20. echo INVALID FORMAT! Type HIGHDEN (drive with ORIGINAL disk) (drive with blank disk)
  21. echo Example: HIGHDEN A: B:
  22. :end1
  23.  
  24.